C1.Web.Mvc.TransposedMultiRow.Fluent Namespace / TransposedMultiRowGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(TransposedMultiRowBuilder<T>,String) Method
The data record type.
The specified FlexGrid builder.
The specified selector for the FlexGridGroupPanel's host element.

In This Topic
ShowGroupPanel<T>(TransposedMultiRowBuilder<T>,String) Method
In This Topic
Apply the default FlexGridGroupPanel extender in FlexGrid.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function ShowGroupPanel(Of T)( _
   ByVal gridBuilder As TransposedMultiRowBuilder(Of T), _
   Optional ByVal selector As String _
) As TransposedMultiRowBuilder(Of T)
 

Parameters

gridBuilder
The specified FlexGrid builder.
selector
The specified selector for the FlexGridGroupPanel's host element.

Type Parameters

T
The data record type.

Return Value

The TransposedMultiRow builder.
See Also